home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Strategy Challenges Collection
/
Strategy Challenges Collection.iso
/
pc
/
demo
/
demodata
/
strat1
/
00179.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-26
|
310 b
|
15 lines
on exitFrame
puppetSprite(30, 1)
set MyCast to the castNum of sprite 30
repeat with i = 1 to 39
startTimer()
repeat while the timer < 8
nothing()
end repeat
set MyCast to MyCast + 1
set the castNum of sprite 30 to MyCast
updateStage()
end repeat
puppetSprite(30, 0)
end